-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update "Contributing" and "Develop" guidelines with KTLO note #2910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added warning about project being in KTLO mode and guidance on feature contributions.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates contribution guidelines to clarify the project's current KTLO (Keep The Lights On) status and provide guidance on preferred alternatives for new development work.
- Adds warning messages to both CONTRIBUTING.md and DEVELOP.md about KTLO mode
- Directs users to prefer existing utility classes and alternative repositories for new features
- Provides clear guidance on when to use primer/react or primer/view_components instead
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| CONTRIBUTING.md | Adds KTLO warning message directing contributors to alternative solutions |
| DEVELOP.md | Adds KTLO warning message for developers with guidance on preferred alternatives |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
What are you trying to accomplish?
Adds warning message to clarify KTLO project status and preferred usage of primer/css and utility classes in the "Contributing" and "Develop" guidelines
Can these changes ship as is?